home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 118 / MacAddict 118 2006-06.toast / Software / Internet & Communication / Cyberduck 2.5.5 (freeware).dmg / Cyberduck.app / Contents / Resources / Cyberduck.scriptTerminology < prev    next >
Encoding:
Extensible Markup Language  |  2006-03-03  |  8.5 KB  |  371 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4.     <dict>
  5.         <key>Name</key>
  6.         <string>Cyberduck Suite</string>
  7.         <key>Description</key>
  8.         <string>AppleScript commands and classes specific to Cyberduck</string>
  9.         <key>Classes</key>
  10.         <dict>
  11.             <key>NSApplication</key>
  12.             <dict>
  13.                 <key>Description</key>
  14.                 <string>Cyberduck's top level scripting object.</string>
  15.                 <key>Name</key>
  16.                 <string>application</string>
  17.                 <key>PluralName</key>
  18.                 <string>applications</string>
  19.             </dict>
  20.             <key>ch.cyberduck.ui.cocoa.CDBrowserController</key>
  21.             <dict>
  22.                 <key>Attributes</key>
  23.                 <dict>
  24.                     <key>WorkingDirectory</key>
  25.                     <dict>
  26.                         <key>Description</key>
  27.                         <string>The current working folder.</string>
  28.                         <key>Name</key>
  29.                         <string>working folder</string>
  30.                     </dict>
  31.                     <key>Encoding</key>
  32.                     <dict>
  33.                         <key>Description</key>
  34.                         <string>The character set to decode filenames.</string>
  35.                         <key>Name</key>
  36.                         <string>encoding</string>
  37.                     </dict>
  38.                     <key>ShowHiddenFiles</key>
  39.                     <dict>
  40.                         <key>Description</key>
  41.                         <string>Show hidden files.</string>
  42.                         <key>Name</key>
  43.                         <string>show hidden</string>
  44.                     </dict>
  45.                 </dict>
  46.                 <key>Description</key>
  47.                 <string>A Browser</string>
  48.                 <key>Name</key>
  49.                 <string>browser</string>
  50.                 <key>PluralName</key>
  51.                 <string>browsers</string>
  52.             </dict>
  53.         </dict>
  54.         <key>Commands</key>
  55.         <dict>
  56.             <key>Create</key>
  57.             <dict>
  58.                 <key>Description</key>
  59.                 <string>Open new browser window.</string>
  60.                 <key>Name</key>
  61.                 <string>make new</string>
  62.             </dict>
  63.             <key>Connect</key>
  64.             <dict>
  65.                 <key>Description</key>
  66.                 <string>Connect to a specified server.</string>
  67.                 <key>Name</key>
  68.                 <string>connect</string>
  69.                 <key>Arguments</key>
  70.                 <dict>
  71.                     <key>Protocol</key>
  72.                     <dict>
  73.                         <key>Description</key>
  74.                         <string>The protocol to use (FTP or SFTP).</string>
  75.                         <key>Name</key>
  76.                         <string>with protocol</string>
  77.                     </dict>
  78.                     <key>Host</key>
  79.                     <dict>
  80.                         <key>Description</key>
  81.                         <string>The host to connect to.</string>
  82.                         <key>Name</key>
  83.                         <string>to</string>
  84.                     </dict>
  85.                     <key>Port</key>
  86.                     <dict>
  87.                         <key>Description</key>
  88.                         <string>The port to use when connecting.</string>
  89.                         <key>Name</key>
  90.                         <string>with port</string>
  91.                     </dict>
  92.                     <key>InitialPath</key>
  93.                     <dict>
  94.                         <key>Description</key>
  95.                         <string>The initial path to change to after connection is made.</string>
  96.                         <key>Name</key>
  97.                         <string>with initial folder</string>
  98.                     </dict>
  99.                     <key>Password</key>
  100.                     <dict>
  101.                         <key>Description</key>
  102.                         <string>The password to use when connecting.</string>
  103.                         <key>Name</key>
  104.                         <string>with password</string>
  105.                     </dict>
  106.                     <key>Username</key>
  107.                     <dict>
  108.                         <key>Description</key>
  109.                         <string>The username to use when connecting.</string>
  110.                         <key>Name</key>
  111.                         <string>as user</string>
  112.                     </dict>
  113.                 </dict>
  114.             </dict>
  115.             <key>Disconnect</key>
  116.             <dict>
  117.                 <key>Description</key>
  118.                 <string>Disconnect from server.</string>
  119.                 <key>Name</key>
  120.                 <string>disconnect</string>
  121.             </dict>
  122.             <key>CreateFolder</key>
  123.             <dict>
  124.                 <key>Description</key>
  125.                 <string>Create a new folder.</string>
  126.                 <key>Name</key>
  127.                 <string>create</string>
  128.                 <key>Arguments</key>
  129.                 <dict>
  130.                     <key>Path</key>
  131.                     <dict>
  132.                         <key>Description</key>
  133.                         <string>The folder.</string>
  134.                         <key>Name</key>
  135.                         <string>folder</string>
  136.                     </dict>
  137.                 </dict>
  138.             </dict>
  139.             <key>CreateFile</key>
  140.             <dict>
  141.                 <key>Description</key>
  142.                 <string>Create a new file.</string>
  143.                 <key>Name</key>
  144.                 <string>touch</string>
  145.                 <key>Arguments</key>
  146.                 <dict>
  147.                     <key>Path</key>
  148.                     <dict>
  149.                         <key>Description</key>
  150.                         <string>The filename.</string>
  151.                         <key>Name</key>
  152.                         <string>file</string>
  153.                     </dict>
  154.                 </dict>
  155.             </dict>
  156.             <key>EditFile</key>
  157.             <dict>
  158.                 <key>Description</key>
  159.                 <string>Edit file.</string>
  160.                 <key>Name</key>
  161.                 <string>edit</string>
  162.                 <key>Arguments</key>
  163.                 <dict>
  164.                     <key>Path</key>
  165.                     <dict>
  166.                         <key>Description</key>
  167.                         <string>The filename.</string>
  168.                         <key>Name</key>
  169.                         <string>file</string>
  170.                     </dict>
  171.                 </dict>
  172.             </dict>
  173.             <key>DeleteFile</key>
  174.             <dict>
  175.                 <key>Description</key>
  176.                 <string>Delete file.</string>
  177.                 <key>Name</key>
  178.                 <string>delete</string>
  179.                 <key>Arguments</key>
  180.                 <dict>
  181.                     <key>Path</key>
  182.                     <dict>
  183.                         <key>Description</key>
  184.                         <string>The filename.</string>
  185.                         <key>Name</key>
  186.                         <string>file</string>
  187.                     </dict>
  188.                 </dict>
  189.             </dict>
  190.             <key>Refresh</key>
  191.             <dict>
  192.                 <key>Description</key>
  193.                 <string>Refresh folder listing.</string>
  194.                 <key>Name</key>
  195.                 <string>refresh</string>
  196.             </dict>
  197.             <key>Download</key>
  198.             <dict>
  199.                 <key>Description</key>
  200.                 <string>Download file.</string>
  201.                 <key>Name</key>
  202.                 <string>download</string>
  203.                 <key>Arguments</key>
  204.                 <dict>
  205.                     <key>Path</key>
  206.                     <dict>
  207.                         <key>Description</key>
  208.                         <string>The filename.</string>
  209.                         <key>Name</key>
  210.                         <string>file</string>
  211.                     </dict>
  212.                     <key>Local</key>
  213.                     <dict>
  214.                         <key>Description</key>
  215.                         <string>The download folder.</string>
  216.                         <key>Name</key>
  217.                         <string>to</string>
  218.                     </dict>
  219.                     <key>Name</key>
  220.                     <dict>
  221.                         <key>Description</key>
  222.                         <string>The name to save the file as.</string>
  223.                         <key>Name</key>
  224.                         <string>as</string>
  225.                     </dict>
  226.                 </dict>
  227.             </dict>
  228.             <key>Upload</key>
  229.             <dict>
  230.                 <key>Description</key>
  231.                 <string>Upload file.</string>
  232.                 <key>Name</key>
  233.                 <string>upload</string>
  234.                 <key>Arguments</key>
  235.                 <dict>
  236.                     <key>Path</key>
  237.                     <dict>
  238.                         <key>Description</key>
  239.                         <string>The filename.</string>
  240.                         <key>Name</key>
  241.                         <string>file</string>
  242.                     </dict>
  243.                     <key>Remote</key>
  244.                     <dict>
  245.                         <key>Description</key>
  246.                         <string>The upload folder.</string>
  247.                         <key>Name</key>
  248.                         <string>to</string>
  249.                     </dict>
  250.                     <key>Name</key>
  251.                     <dict>
  252.                         <key>Description</key>
  253.                         <string>The name to save the file as.</string>
  254.                         <key>Name</key>
  255.                         <string>as</string>
  256.                     </dict>
  257.                 </dict>
  258.             </dict>
  259.             <key>Exists</key>
  260.             <dict>
  261.                 <key>Description</key>
  262.                 <string>If the given file exists.</string>
  263.                 <key>Name</key>
  264.                 <string>exists</string>
  265.                 <key>Arguments</key>
  266.                 <dict>
  267.                     <key>Path</key>
  268.                     <dict>
  269.                         <key>Description</key>
  270.                         <string>The filename.</string>
  271.                         <key>Name</key>
  272.                         <string>file</string>
  273.                     </dict>
  274.                 </dict>
  275.             </dict>
  276.             <key>Sync</key>
  277.             <dict>
  278.                 <key>Description</key>
  279.                 <string>Sync folder.</string>
  280.                 <key>Name</key>
  281.                 <string>sync</string>
  282.                 <key>Arguments</key>
  283.                 <dict>
  284.                     <key>Path</key>
  285.                     <dict>
  286.                         <key>Description</key>
  287.                         <string>The remote folder.</string>
  288.                         <key>Name</key>
  289.                         <string>folder</string>
  290.                     </dict>
  291.                     <key>Local</key>
  292.                     <dict>
  293.                         <key>Description</key>
  294.                         <string>The local folder.</string>
  295.                         <key>Name</key>
  296.                         <string>with local folder</string>
  297.                     </dict>
  298.                 </dict>
  299.             </dict>
  300.             <key>Goto</key>
  301.             <dict>
  302.                 <key>Description</key>
  303.                 <string>Go to Folder.</string>
  304.                 <key>Name</key>
  305.                 <string>change folder</string>
  306.                 <key>Arguments</key>
  307.                 <dict>
  308.                     <key>Path</key>
  309.                     <dict>
  310.                         <key>Description</key>
  311.                         <string>The filename.</string>
  312.                         <key>Name</key>
  313.                         <string>to</string>
  314.                     </dict>
  315.                 </dict>
  316.             </dict>
  317.             <key>List</key>
  318.             <dict>
  319.                 <key>Description</key>
  320.                 <string>List folder content.</string>
  321.                 <key>Name</key>
  322.                 <string>browse</string>
  323.                 <key>Arguments</key>
  324.                 <dict>
  325.                     <key>Path</key>
  326.                     <dict>
  327.                         <key>Description</key>
  328.                         <string>The folder.</string>
  329.                         <key>Name</key>
  330.                         <string>folder</string>
  331.                     </dict>
  332.                 </dict>
  333.             </dict>
  334.             <key>GetURL</key>
  335.             <dict>
  336.                 <key>Description</key>
  337.                 <string>Open a URL</string>
  338.                 <key>Name</key>
  339.                 <string>open URL</string>
  340.             </dict>
  341.             <key>OpenURL</key>
  342.             <dict>
  343.                 <key>Description</key>
  344.                 <string>Open a URL</string>
  345.                 <key>Name</key>
  346.                 <string>open URL</string>
  347.             </dict>
  348.         </dict>
  349.         <key>Enumerations</key>
  350.         <dict>
  351.             <key>Protocols</key>
  352.             <dict>
  353.                 <key>ftp </key>
  354.                 <dict>
  355.                     <key>Description</key>
  356.                     <string>Connect to server using FTP File Transfer</string>
  357.                     <key>Name</key>
  358.                     <string>FTP</string>
  359.                 </dict>
  360.                 <key>sftp</key>
  361.                 <dict>
  362.                     <key>Description</key>
  363.                     <string>Connect to server using SSH Secure File Transfer</string>
  364.                     <key>Name</key>
  365.                     <string>SFTP</string>
  366.                 </dict>
  367.             </dict>
  368.         </dict>
  369.     </dict>
  370. </plist>
  371.